[IA64] fix make world
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 3 Apr 2006 14:58:10 +0000 (08:58 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 3 Apr 2006 14:58:10 +0000 (08:58 -0600)
commitffaf581fbdaceb59bf7949e7fb7ac43420179d87
treef93d1d93a3f838bde0f7537ed884dd3efbacf3c6
parentdfd76b3d938adb2a1840fbc746352924e7fb781c
[IA64] fix make world

When the arch/ia64/Makefile was cloned from the Linux tree, the install
target was changed to remove a dependency on vmlinux.gz.  That makes
sense, but the invocation of install.sh in that target still used $<
to refer to the dependency that had been removed.  Hence, install.sh
would fail, and make world would stop prematurely.

Signed-off-by: Al Stone <ahs3@fc.hp.com>
linux-2.6-xen-sparse/arch/ia64/Makefile